home *** CD-ROM | disk | FTP | other *** search
- |intfrom|
- windowtitle `<integer> = IntegerFrom("Object Name")
- printlf `Returns the integer currently held in
- printlf `in the Integer Field "Object Name".
- printlf
- print `SEE ALSO: `
- subject `TextFrom`TextFrom`
- end
-
- |textfrom|
- windowtitle `"Text" = TextFrom("Object Name")
- printlf `Returns the current text held in the
- printlf `String Field "Object Name".
- printlf
- print `SEE ALSO: `
- subject `IntegerFrom`IntegerFrom`
- end
-
- |objstate|
- windowtitle `«logical» = ObjectState("Object Name")
- printlf `Indicates if the object is enabled, TRUE, or
- printlf `disabled, FALSE.`
- end
-
-
-